SetMediaTextRequest

data class SetMediaTextRequest(styleSheetId: StyleSheetId, range: SourceRange, text: String)

Represents request frame that can be used with CSS#setMediaText operation call.

Modifies the rule selector.

See also

Constructors

SetMediaTextRequest
Link copied to clipboard
fun SetMediaTextRequest(styleSheetId: StyleSheetId, range: SourceRange, text: String)

Properties

range
Link copied to clipboard
val range: SourceRange
styleSheetId
Link copied to clipboard
val styleSheetId: StyleSheetId
text
Link copied to clipboard
val text: String

Sources

jvm source
Link copied to clipboard